body {
    font-family: 'Lato';
}


@media only screen and (max-width: 766px) {
    .collapsing, .in {background-color: #f7f7f7; border: 1px solid rgba(0,0,0,.15); border-radius: 4px;}
    .collapsing ul li a, .in ul li a {color: #555!important;}
    .collapsing ul li a:hover, .in ul li a:hover {color: #E0A102 !important;}
}




/* footer */
footer {
    padding: 24px 0px;
    background: #CED4DB;
    bottom: 0px;
}

footer * {
    font-size: 14px;
}


/* space */
.spaced-top-12 {
    margin-top: 12px;
}
.spaced-top-24 {
    margin-top: 24px;
}
.spaced-top-48 {
    margin-top: 48px;
}

.spaced-bottom-12 {
    margin-bottom: 12px;
}
.spaced-bottom-24 {
    margin-bottom: 24px;
}
.spaced-bottom-48 {
    margin-bottom: 48px;
}








/* custom */

.col-half-offset{
    margin-left:4.166666667%
}


.center-block{
    float: none;
}

.btn {
    margin: 2px;
}

.fa-btn {
    margin-right: 6px;
}


.btn-file {
    position: relative;
    overflow: hidden;
    margin: 0px !important;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}








/* portal survey-container */

div.survey-container {
    border: 1px solid #4C4C4C;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.survey-container .survey-element {
    margin: 10px 0px;
}

div.survey-container .survey-element-name {
    font-weight: 600;
}

div.survey-container .survey-element-action {
    text-align: center;
}

.survey-element-state-square:before {
    font-family: FontAwesome;
    content: "\f096";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #337ab7;
}

.survey-element-state-check:before {
    font-family: FontAwesome;
    content: "\f046";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #5cb85c;
}





.survey-container .progress {
    margin: 15px 15px;
}

.survey-container .progress-bar {
    white-space:nowrap;

}

.survey-container .progress-bar[aria-valuenow="0"] {
    color: gray;
    min-width: 3%;
    background: transparent;
    box-shadow: none;
    padding-left: 5px;
}




/* Downloads */

.table-downloads tr.false td {
    color: #F55123;
    font-style: italic;
}

.study-download {
    margin: 10px 0px;
}



.study-download h3 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
}

.study-download div.download_preview img {
    width: 150px;
    border: 1px solid #585858;
    padding: 2px;
    border-radius: 5px;
}



/* Index Tabs */

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

main .nav-tabs {
    margin-bottom: 0;
}

main .nav-tabs>li.active>a {
    font-weight: 600;
}





/* Buttons */

.btn-group-xlg>.btn, .btn-xlg {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}



/* round divs */
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}
.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}
.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
}

.round.round-xl {
    height: 60px;
    width: 60px;
    line-height: 60px;
    -moz-border-radius:40px;
    border-radius: 40px;
    font-size: 1.3em;

}

.round.blue {
    background-color: #3EA6CE;
}

.round.orange {
    background-color: #FF6701;
}

.round.green {
    background-color: #5cb85c;
}

.round.hollow.blue {
    color: #3EA6CE;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
    -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
    box-shadow: 0px 0px 0px 3px #3EA6CE;
}

.round.hollow.orange {
    color: #FF6701;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
    -moz-box-shadow: 0px 0px 0px 3px #FF6701;
    box-shadow: 0px 0px 0px 3px #FF6701;
}

.round.hollow.green {
    color: #5cb85c;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #42A129;
    -moz-box-shadow: 0px 0px 0px 3px #42A129;
    box-shadow: 0px 0px 0px 3px #42A129;
}




/* list benefits */
.list-unstyled.benefit li {
    background: url('/assets/images/benefit-icon.png') no-repeat;
    padding:3px 0 5% 45px;
}





/* Menu hover */

.dropdown:hover .dropdown-menu {
    display: block;
}



/* Column heigh */

.row-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row-same-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.clearfix {
    clear: both;
}



/* font awesome custom */
.fa-6x {
    font-size: 6em !important;
}